home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / slax / base / 006-devel.lzm / usr / include / bits / endian.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-11-14  |  168 b   |  8 lines

  1. /* i386 is little-endian.  */
  2.  
  3. #ifndef _ENDIAN_H
  4. # error "Never use <bits/endian.h> directly; include <endian.h> instead."
  5. #endif
  6.  
  7. #define __BYTE_ORDER __LITTLE_ENDIAN
  8.